

li {
    list-style: none;
    text-decoration: none;
}

a {
    text-decoration: none;
    cursor: pointer;
    outline: none;
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.clearfix {
    *zoom: 1;
}

.clearfix:after {
    display: block;
    overflow: hidden;
    clear: both;
    height: 0;
    visibility: hidden;
    content: ".";
}

.clearfix {
    clear: both;
}

body {
    overflow-x: hidden;
}



#page {
    padding-top: 80px;
    overflow-x: hidden;
}

.index-block {
    padding: 60px 0;
}

.index-title {
    text-align: center;
    padding-bottom: 20px;
}

.index-title h2 {
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 50px;
    color: #000;
    text-transform: uppercase;
    position: relative;
	font-weight:normal;
}

.index-title h2:after {
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    width: 60px;
    height: 2px;
    margin: 0 auto;
    background: #F85A16;
    content: '';
}

.index-title p {
    color: #666;
    font-size: 20px;
}

.index-service-list ul {
    margin: 0 -1%;
}

.index-service-list ul li {
    width: 23%;
    margin: 0 1%;
    float: left;
    text-align: center;
}

.services {
    padding: 40px 20px;
    background: #fff;
    -webkit-box-shadow: 0px 10px 23px -10px rgba(0, 0, 0, 0.43);
    -moz-box-shadow: 0px 10px 23px -10px rgba(0, 0, 0, 0.43);
    -ms-box-shadow: 0px 10px 23px -10px rgba(0, 0, 0, 0.43);
    -o-box-shadow: 0px 10px 23px -10px rgba(0, 0, 0, 0.43);
    box-shadow: 0px 10px 23px -10px rgba(0, 0, 0, 0.43);
}

.services span {
    width: 100%;
    display: block;
}

.services span img {
    width: 60px;
    margin: 0 auto;
}

.services h3 {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 500;
    position: relative;

}

.services h3:after {
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    width: 40px;
    height: 2px;
    margin: 0 auto;
    background: #F85A16;
    content: '';
}

.services p {
    color: #666;
    margin: 20px 0;
}

.services a {
    display: inline-block;
    padding: 3px 30px;
    background: transparent;
    color: #F85A16;
    border: 1px solid #F85A16;
}

.services a:hover {
    background: #F85A16;
    color: #fff;
}

.index-about {
    position: relative;
    background: #f5f5f5;
    padding-top: 30px;
}

.index-about-top ul {
    background: rgba(248, 90, 22, 0.9);
    margin-bottom: -120px;
    float: left;
    width: 100%;
}

.index-about-top ul li {
    float: left;
    text-align: center;
    width: 33.33%;
    padding: 60px 0;


}

.index-about-top ul li h3 {
    font-size: 40px;
    color: #fff;
    line-height: 80px;
}

.index-about-top ul li p {
    font-size: 20px;
    color: #fff;
}

.index-about-bottom {
    height: 520px;
    background: url(../images/index_about.jpg) center no-repeat;
}

.index-about-bottom .text {
    padding-top: 160px;
    text-align: center;
}

.index-about-bottom .text h2 {
    font-size: 36px;
    color: #fff;
    line-height: 60px;
}

.index-about-bottom .more {
    text-align: center;
    margin-top: 60px;
}

.index-about-bottom .more a {
    display: inline-block;
    padding: 5px 30px;
    font-size: 14px;
    border: 1px solid #fff;
    box-sizing: border-box;
    color: #fff;
    margin: 0 20px;
}

.index-case ul {
    margin: 0 -1%;
}

.index-case ul li {
    width: 23%;
    margin: 0 1%;
    float: left;
    margin-bottom: 30px;max-height:280px; overflow:hidden;
}

.index-case ul li img {
    display: block;
    width: 100%;
	max-height:280px;
}

.contact-info {
    width: 100%;
    overflow: hidden;
}




.contact-info .list {
    float: left;
    width: 50%;
    height: 400px;
    padding: 60px 0;
    box-sizing: border-box;
}

.contact-info .list1 {
    background: #222;
}

.contact-info .list2 {
    background: #F85A16;
}

.index-business {
    width: 800px;
    float: right;
}

.index-contact {
    width: 800px;
    float: left;
    padding-left: 60px;
    box-sizing: border-box;
}

.index-contact-title {
    margin-bottom: 30px;
}

.index-contact-title h2 {
    font-size: 40px;
    color: #f5f5f5;
}

.index-contact-title h2 span {
    color: #ddd;
    font-size: 14px;
    text-transform: uppercase;
    margin-left: 15px;
}

.index-business-text p {
    float: left;
    width: 50%;
    font-size: 14px;
    color: #ddd;
}

.index-contact-text h3 {
    font-size: 16px;
    color: #fff;
}

.index-contact-text p {
    color: #fff;
    float: left;
    width: 50%;
}

.index-contact-text .pic {
    margin-top: 20px;
}

.index-contact-text span {
    display: block;
    font-size: 12px;
    line-height: 40px;
    text-align: center;
    width: 111px;
}


.service-brand .item {
    width: 290px;
    height: auto;
    height: 180px;
    overflow: hidden;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.service-brand .item img {
    display: block;
    width: 100%;
}


.inside-banner {
    width: 100%;
    height: 360px;
    background-position: center;
}

.inside-text {
    padding-top: 60px;
    text-align: center;
}

.inside-text h2 {
    font-size: 36px;
    margin: 0;
    font-weight: 100;
    color: #fff;
    padding-bottom: 10px;
}

.inside-text p {
    font-size: 14px;
    color: #fff;
}

.inside-title {
    padding: 60px 0;
    text-align: center;
}

.inside-title h1 {
    color: #333;
    font-size: 30px;
    position: relative;
    padding: 10px 0;
}

.inside-title h1::before {
    content: '';
    background-color: #333;
    width: 48px;
    height: 2px;
    position: absolute;
    left: 50%;
    margin-left: -24px;
    top: 60px;
}

.inside-title p {
    margin-top: 10px;
    font-size: 20px;
    text-transform: uppercase;
}

.page-cen {
    width: 1200px;
    margin: 0 auto;
}


figure {
    position: relative;
    overflow: hidden;
    margin: 0px;
    background: #726FB9;
    text-align: center;
    cursor: pointer;
}

figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.ot-portfolio-item figure figcaption>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.ot-portfolio-item figure figcaption,
.ot-portfolio-item figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

figure.effect-bubba {
    background: #000;
    margin-bottom: rgba(0, 0, 0, 0.3);
}

figure:hover figcaption {
    background: none;
}


figure.effect-bubba img {
    opacity: 0.8;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
	
}

figure.effect-bubba:hover img {
    opacity: 1;
}

 


figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;-webkit-box-shadow: 0px 7px 17px 3px #ccc;
    -moz-box-shadow: 0px 7px 17px 3px #ccc;
    box-shadow: 0px 7px 17px 3px #ccc;
}

figure.effect-bubba figcaption::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

figure.effect-bubba figcaption::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}

figure.effect-bubba h2 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    padding-top: 30%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    overflow: hidden;
}

figure.effect-bubba p {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    padding: 20px 2.5em;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.case-block {
    padding: 90px 0 0px;
    width: 100%;
    background: #fff;
}


.case-block .page-cen {
    position: relative;
}

.case-nav {
    position: relative;
 
    box-sizing: border-box;
    border-bottom: 1px solid #EEEEEE;
    box-sizing: border-box;
    background: #f5f5f5;
}

.case-nav .title {
    width: 100%;
    height: 60px;
    background: #F85A16;

}


.case-nav .title h4 {
    padding: 0 25px;
    line-height: 60px;
    color: #fff;
}

.case-nav .nav {
    position: relative;
    font-size: 16px;

    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.case-nav .nav li {
    position: relative;
    float: left;
    border-bottom: 3px solid transparent;
}

.case-nav .nav li a {
    padding: 12px 25px;
    color: #333;
    display: block;
    font-size: 16px;
}

.case-nav .nav li.active,
.case-nav .nav li:hover {
    border-bottom: 3px solid #F85A16;
}

.case-nav .nav li.active a,
.case-nav .nav li:hover a {
    color: #F85A16;
}


.case-list-nav {
    /* padding-left: 350px; */
    width: 100%;
}

.case-list .col-md-4 {
    padding-bottom: 30px;
    position: relative;
}

.case-list .col-md-4 .wfEditorMode {
    position: relative;
    ;
    margin-top: 30px;
}

.service-list {
    padding: 40px 0;
}

.service-list ul {
    margin: 0 -1%;
}

.service-list li {
    width: 23%;
    margin: 0 1%;
    line-height: 180px;
    border: none;
    padding: 0;
    text-align: center;
    box-shadow: 0 5px 15px #e9f3fa;
    overflow: hidden;
    float: left;
    border: 1px solid #eee;
    box-sizing: border-box;
    margin-bottom: 30px;
	
}

.service-list li img {
    vertical-align: middle;
    max-width: 100%;
    width: auto;
    height: auto;
}
.service-list li img:hover{
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3);
	
	transition: all 0.8s ;
	-webkit-transition: all 0.8s ;
	-ms-transition: all 0.8s ;
	-o-transition: all 0.8s ;
	-moz-transition: all 0.8s ;	
}

.service-block {
    padding: 90px 0;
    background: #f5f5f5;
}

.service2-block {
    padding: 90px 0;
    background: #fff;
}

.block-title {
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 50px;
    text-align: center;
}

.block-title h2 {
    font-size: 40px;
    color: #000 !important;
    margin: 0;
}

.block-title h2 span {
    font-size: 16px;
    color: #999;
    padding-left: 10px;
    font-weight: 100;
}

.company_profile {
    max-width: 1600px;
    height: auto;
    margin: 0 auto;
    padding: 100px 0 0px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}

.profile_sec1 {
    width: 100%;
    height: 590px;
    position: relative;
    margin-bottom: 100px;
}

.profile_sec1 .left {
    float: left;
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}

.profile_sec1 .left .pic {
    max-width: 930px;
    width: 80%;
    height: auto;
}

.profile_sec1 .left .pic img {
    display: inherit;
    width: 100%;
    height: auto;
}

.profile_sec1 .right {
    float: right;
    width: 50%;
    height: auto;
    padding-top: 80px;
    position: relative;
    z-index: 1;
}

.profile_sec1 .right .profile_introduction {
    width: 100%;
    height: 100%;
    background: url("../images/aboutbg.png?v=4");
    background-size: 100%;
    padding: 40px 50px;
    box-sizing: border-box;
}

.profile_introduction h2 {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    font-weight: normal;
    padding-bottom: 0px;
    /* background: url("../images/profile_line_b.png") no-repeat left bottom; */
    margin-bottom: 5px;
}

.profile_introduction h2 span {
    display: inline-block;
    font-size: 22px;
    margin-right: 5px;
    font-weight: 600;
    line-height: 30px;
}

.profile_introduction .article {
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    text-align: justify;
}

.profile_introduction .article p {
    margin-bottom: 5px;
    text-indent: 2em;
}

.profile_introduction .article p:last-child {
    margin-bottom: 0;
}

.profile_sec2 {
    width: 100%;
    height: auto;
    margin-bottom: 60px;
	position:relative;
}

.profile_sec2 h2 {
    font-size: 16px;
    color: #888888;
    line-height: 30px;
    font-weight: normal;
    padding-bottom: 20px;
    text-align: center;
    margin-bottom: 50px;
}

.profile_sec2 h2 span {
    display: inline-block;
    font-size: 22px;
    margin-right: 5px;
    font-weight: 600;
    line-height: 30px;
    color: #333333;
}

.profile_sec2_list {
    width: 100%;
    height: auto;
}

.profile_sec2_list ul {
    margin: 0 -1%;
}

.profile_sec2_list ul li {
    float: left;
    width: 23%;
    height: auto;
    margin: 0 1%;
    margin-bottom: 10px;
}

.profile_sec2_list ul li .top {
    width: 100%;
    height: auto;
    padding-bottom: 15px;
    box-sizing: border-box;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 15px;
    position: relative;
}

.profile_sec2_list ul li .top h4 {
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    font-weight: normal;
    position: absolute;
    top: 0;
    left: 40px;
}

.profile_sec2_list ul li .top h3 {
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    font-weight: bold;
}

.profile_sec2_list ul li .top h3 strong {
    display: inline-block;
    width: 40px;
    font-size: 45px;
    color: #F85A16;
    line-height: 50px;
    font-weight: bold;
}

.profile_sec2_list ul li p {
    font-size: 13px;
    color: #666666;
    line-height: 26px;
    height: 52px;
}


.profile_sec3 {
    width: 100%;
    height: auto;
}

.profile_sec3 ul li {
    float: left;
    width: 50%;
    height: auto;
    position: relative;
    overflow: hidden;
    height: 320px;
}

.profile_sec3 ul li .pic {
    position: absolute;
    display: block;
    width: 100%;
    bottom: 0;
    right: 0;
}

.profile_sec3 ul li .pic img {
    display: inherit;
    /*width: 100%;*/
    height: 100%;
}

.profile_sec3 ul li .title {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 60px;
    padding-left: 60px;
    padding-right: 40px;
    box-sizing: border-box;
}

.profile_sec3 ul li .title h2 {
    font-size: 16px;
    color: #ffffff;
    line-height: 30px;
    font-weight: normal;
    margin-bottom: 20px;
}

.profile_sec3 ul li .title h2 strong {
    display: inline-block;
    font-size: 22px;
    margin-right: 5px;
    font-weight: bold;
    line-height: 30px;
    color: #ffffff;
}

.profile_sec3 ul li .title .article {
    font-size: 14px;
    color: #ffffff;
    line-height: 30px;
}

.profile_sec3 ul li .title .article p {
    margin-bottom: 5px;
}

.contact-list ul {
    margin: 0 -1%;
}

.contact-list ul li {
    float: left;
    width: 25%;
    padding: 40px 0;
    text-align: center;
}

.contact-list ul li h2 {
    font-size: 18px;
    color: #333;
    padding: 5px 0;
}

.contact-list ul li p {
    font-size: 16px;
    color: #F85A16;
}

.index-cases {
    background: #f5f5f5;
}

.index-case .col-md-3 {
    padding-left: 0;
    padding-right: 0;
}

.contact-info .row {
    margin-right: 0px;
    margin-left: 0px;
}

.service-table {
    margin-top: -1px;
}

.service-table {
    width: 100%;
    margin-top: 60px;
}

.service-table li {

    float: left;
    width: 20%;
    text-align: center;
    margin-bottom: 30px;
}

.service-table li .li-con {
    width: 200px;
    height: 200px;
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 100px;
    -moz-border-radius: 100px;
}

.service-table li .li-con .pic {
    width: 100px;
    height: 100px;
    display: inline-block;
    margin-top: 20px;
}

.service-table li .li-con .pic img {
    display: block;
    width: 100%;
}

.service-table li .li-con .text p {
    font-size: 15px;
    color: #F85A16;
}




.service-table table td {
    position: relative;
    padding: 9px 15px;
    min-height: 20px;
    line-height: 20px;
    font-size: 14px;
    border-width: 1px;
    border-style: solid;
    border-color: #e6e6e6;
    text-align: center;
}

.service-table table td .pic {
    width: 200px;
    height: 200px;
    display: inline-block;
}

.service-table table td p {
    font-size: 20px;
    color: #999;
}

.service-table table thead {
    background: #aaaaaa;

}

.service-table table thead td {
    color: #fff;
}

.service-table table tbody tr:nth-child(even) {
    background: #f5f5f5;
}

.index-service-block {
    padding: 90px 0;
    background: #fff;
}

.index-news-block {
    background: #fff;
    padding: 60px 0;
}

.index-more {
    width: 100%;
    text-align: center;
    margin-top: 60px;
}

.index-more a {
    width: 200px;
    height: 40px;
    border: 1px solid #F85A16;
    display: inline-block;
    line-height: 40px;
    cursor: pointer;
    color: #F85A16;
}

.index-more a:hover {
    background: #F85A16;
    color: #fff;
}

.pages {
    width: 100%;
    text-align: center;
    margin: 60px 0;
}

.pages ul li {
    line-height: 30px;
    display: inline-block;
    border-radius: 2px;
    margin: 0 2px;
}

.dataTables_info {
    display: none;
}

.pages ul li.page {
    background: #fff;
    border: 1px solid #eee;
    box-sizing: border-box;
    display: inline-block;
}

.pages ul li a {
    color: #666666;
    font-size: 14px;
    display: block;
    padding: 0 10px;
}

.pages ul li span {
    display: block;
}

.pages ul li:hover {
    background: #F85A16;
}

.pages ul li.active span {
    background: #F85A16;
    color: #fff;
}

.pages ul li.active {
    background: #F85A16;
}

.pages ul li.active a {
    color: #fff;
}

.pages ul li:hover a,
.pages ul li:hover span {
    color: #fff;
}

.pages ul li.disabled {
    display: none;
}


.news {
    padding: 30px 0;
    background: #fff;
}



.news-list {
    margin-top: 30px;
}

.news-list ul {
    /* width: 960px; */
    margin: 0 -1%;
}

.news-list ul li {
    list-style: none;
    float: left;
    width: 48%;
    margin: 0 1%;
    position: relative;
    transition: 0.4s 0s;
    -webkit-transition: 0.4s 0s;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
}


.news-list ul li:hover {
    -webkit-box-shadow: 0px 7px 17px 3px #ccc;
    -moz-box-shadow: 0px 7px 17px 3px #ccc;
    box-shadow: 0px 7px 17px 3px #ccc;
}

.news-list ul li a {
    display: block;
}

.news-list ul li .news-text {
    position: relative;
}

.news-list ul li .time {
    color: #666;
    position: absolute;
    height: 120px;
    width: 120px;
    left: 0;
    top: 0;
    border-left: 1px solid #e6e6e6;
    text-align: center;
    background: #CC0001;
    padding: 25px 0;
    box-sizing: border-box;
}

.news-list ul li .time h4 {
    font-size: 40px;
    color: #fff;
    line-height: 40px;
    font-weight: 100;
    margin: 0;
}

.news-list ul li .time p {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
}

.news-list ul li .text {
    float: left;
    color: #333;
    padding-left: 140px;
    box-sizing: border-box;
    width: 100%;
    min-height: 64px;
    min-height: 120px;
    padding-top: 20px;
}

.news-list ul li .text h2 {
    font-size: 16px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-list ul li .text p {
    color: #666;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-list ul li .text .more p {
    color: #F85A16;
    font-size: 12px;
}

.news-detaile {
    padding: 0px 0 90px;
}

.news-detaile .page-cen {
    width: 1280px;
}

.news-detaile-left {
    float: left;
    width: 920px;
}

.news-detaile-right {
    width: 300px;
    float: right;
    background: #eee;
    box-sizing: border-box;
    padding: 30px 20px;
}

.news-detaile-right .top {}

.news-detaile-right .top h2 {
    font-size: 21px;
    color: #333;
    line-height: 40px;
    font-weight: bold;
}

.news-detaile-right .top p {
    font-size: 16px;
    color: #ccc;
    text-transform: uppercase;
}

.news-detaile-right .list ul li {
    padding: 10px 0;
    border-bottom: 1px dashed #ddd;
}

.news-detaile-right .list ul li h2 {
    font-size: 16px;
    color: #333;
}

.news-detaile-right .list ul li p {
    font-size: 14px;
    color: #999;
}

.news-detaile-right .list ul li:hover h2 {
    color: #F85A16;
}

.news-detaile-right .list ul li:hover p {
    color: #F85A16;
}

.news-detaile .news-detaile-title {
    text-align: center;
    font-size: 20px;
    margin-bottom: 30px;

}

.news-detaile .news-detaile-title h2 {
    font-size: 32px;
    color: #000;
    font-weight: bold;
}

.news-detaile .news-detaile-title p {
    font-size: 14px;
    color: #F85A16;
    margin-top: 20px;
}

.news-detaile .news-detaile-text p {
    font-size: 14px;
    color: #666;
    text-indent: 2em;
    margin-bottom: 10px;
}

.news-detaile .news-detaile-text img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.casedetail-content{
    padding-top: 60px;
    border-top: 1px solid #eee;
}
.casedetail-content img{
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.case-list-block{
    padding: 90px 0;
    background: #f5f5f5;
}
.case-list-block .top{
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid #eee;
}
.case-list-block .top h2 {
    font-size: 30px;
    color: #333;
    line-height: 40px;
    /* font-weight: bold; */
}


.case-list-block .top p {
    font-size: 16px;
    color: #ccc;
    text-transform: uppercase;
}
.case-list-block  .list ul{
    margin: 0 -1%;
}
.case-list-block  .list ul li{
    width: 23%;
    margin: 0 1%;
    float: left;
    margin-bottom: 20px;
}
.case-list-block  .list ul li:hover{
    opacity: 0.8;
}
.case-list-block  .list ul li .pic img{
    display: block;
    width: 100%;
}
.case-list-block  .list ul li .text{
    text-align: center;
    margin-top: 10px;
}
.case-list-block  .list ul li .text h2{
    font-size: 16px;
    color: #333;
    line-height: 40px;
}

.map-block {
    width: 100%;
    height: 500px;
}
.nav-toggle{
    display: none;
}
.gird{
    display: none;
}
.friendly_link{
    background: #f2f2f2;
    padding:20px 0; 
}
.friendly_link a{
    color: #666;
    padding: 0 5px;
}
.friendly_link a:hover{
    text-decoration: underline;
}
@media screen and (max-width: 1600px) {

    .page-cen {
        width: 1440px;
    }

    .index-business {
        width: 720px;
    }

    .index-contact {
        width: 720px;
    }
}

@media screen and (max-width: 1440px) {

    .page-cen {
        width: 1200px;
    }

    .index-business {
        width: 600px;
    }

    .index-contact {
        width: 600px;
    }

    .services p {
        font-size: 13px;
    }

    .services {
        padding: 40px 10px;
    }

    .case-nav .nav li a {
        padding: 12px 12px;
    }
    .news-detaile .page-cen{
        width: 1200px;
    }
    .news-detaile-left {
       width: 860px;
    }
}
@media screen and (max-width: 1200px) {
	
	figure.effect-bubba h2 {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding-top: 25%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    overflow: hidden;
}
    .page-cen {
        width: 960px;
    }
    .news-list ul li .text h2{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.index-business {
    width: 480px;
}
.index-contact{
    width: 480px;
}
.header .menu-nav ul li a {
    padding: 0 12px;
}
.case-nav .nav li{
    width: 25%;
}
.news-detaile .page-cen{
    width: 960px;
}
.news-detaile-left {
   width: 640px;
}
}
@media screen and (max-width: 960px) {
	
	.case-block {
    padding: 30px 0 0px;
    width: 100%;
    background: #fff;
}

    .page-cen {
        width: auto;
        padding: 0 10px;
    }
    .index-service-list ul li{
        width: 48%;
        margin-bottom: 30px;
    }
    .services {
        padding: 10px 10px;
    }
    .index-case ul li{
        width: 48%;
    }
    .index-about-bottom .text h2{
        font-size: 24px;
        line-height: 30px;
    }
    .index-about-bottom .text br{
        display: none;
    }
    .service-list li{
        width: 48%;
    }
    .news-list ul li{
        width: 98%;
    }
    .contact-info .list{
       width: 100%;
    }
    .index-business,.index-contact{
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }
    
    #page{
        padding-top: 60px;
    }
    .service-table li{
        width: 50%;
        margin-bottom: 10px;
    }
    .service-table li .li-con{
        width: 100%;
        border: none;
        height: auto;
    }
    .service-table li .li-con .pic{
        margin-top: 0;
    }
    .block-title h2 {
    font-size: 24px;
    }
    .block-title{
        padding-bottom: 20px;
    }
    .service2-block {
      padding: 30px 0;
    }
    .case-nav .nav li{
        width: 33.33%;
		
    }
.case-nav .nav li a {
    padding: 12px 5px;
    color: #333;
    display: block;
    font-size: 14px;
}	
	
	
    .case-nav .nav li{
        border-bottom: 1px dashed #ddd;
    }
    .case-nav .nav li:last-child{
        border-bottom: none;
    }
    .case-nav .nav li.active, .case-nav .nav li:hover {
        border-bottom: 1px solid #F85A16;
    }
    .profile_sec1 .left .pic{
        width: 100%;
    }
    .profile_sec1 .right{
        width: 100%;
    }
    .profile_sec1{
        height: auto;
    }
    .company_profile{
        padding: 30px 0;
    }
    .profile_sec1 .right .profile_introduction{
        padding: 20px 10px;
    }
    .profile_sec2_list ul li{
        width: 98%;
    }
    .profile_sec2_list ul li p{
        height: auto;
    }
    .contact-list ul li{
        width: 50%;
    }
    .index-title h2{
       font-size: 24px;
    }
    .index-title p{
        font-size: 16px;
    }
    .index-service-block{
        padding: 40px 0;
    }
    .index-more{
        margin-top: 30px;
    }
    .index-about-bottom .text h2 {
        font-size: 18px;
        line-height: 30px;
    }
    .index-about-top ul li h3 {
       font-size: 28px;
       line-height: 40px;
    }
    .index-about-top ul li p{
        font-size: 16px;
    }
    .news-detaile .page-cen{
        width: auto;
    }
     .news-detaile-left{
          width: 100%;
     }
     .news-detaile-right{
         width: 100%;
     }
     .news-detaile .news-detaile-title h2{
         font-size: 24px;
         line-height: 30px;
     }

    .nav-toggle{
        right: 0;
        top: 0px;
        width: 60px;
        height: 60px;
        z-index: 2;
        position: absolute;
        cursor: pointer;
        -webkit-transition-duration: 0.66s;
        transition-duration: 0.66s;
        -webkit-transition-timing-function: swing;
        transition-timing-function: swing;
        display: block;
    }
    .nav-toggle .icon {
        width: 30px;
        height: 4px;
        background-color: #F85A16;
        border-radius: 2px;
        position: absolute;
        top: 28px;
        left: 15px;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        transiting-timing-function: swing;
    }
    .nav-toggle .icon:before, .nav-toggle .icon:after {
        width: 30px;
        height: 4px;
        background-color: #F85A16;
        content: "";
        position: absolute;
        left: 0;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-timing-function: swing;
        transition-timing-function: swing;
    }
    .nav-toggle .icon:before {
        top: -9px;
    }
    .nav-toggle .icon:after {
        top: 9px;
    }
    .girdopen .nav-toggle .icon {
        width: 0;
    }
    .girdopen .nav-toggle .icon:before {
        -webkit-transform: translateY(9px) rotate(45deg);
        -ms-transform: translateY(9px) rotate(45deg);
        transform: translateY(9px) rotate(45deg);
    }
    .girdopen .nav-toggle .icon:after {
        -webkit-transform: translateY(-9px) rotate(-45deg);
        -ms-transform: translateY(-9px) rotate(-45deg);
        transform: translateY(-9px) rotate(-45deg);
    }
    .gird{
        position: fixed;
        width: 100%;
        top: 60px;
        left: 100%;
        z-index: 66;
        height: calc(100% - 60px);
        background: rgba(0,0,0,0.8);
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        display: block;
    }

    .girdopen  .gird{
        left: 0%;
    }
    .gird ul{
        padding: 60px 30px;
    }
    .gird ul li{
        width: 100%;
        padding: 0;
        line-height: 36px;
       
        border-bottom: 1px solid rgba(250,250,250,0.2);
    }
    .gird ul li a {
        padding: 12px 0 5px;
        color: #fff;
        display: block;
    }
    .gird ul li a span{
        display: block;
    }
    .inside-banner{
        background-repeat: no-repeat;
        background-size: 200%;
        height: 150px;
    }
    .case-list-block  .list ul li{
        width: 48%;
    }
    
}